Scatterplot is continuing to be improved the following list is what has been changed in each revision of the XCMD:
1.0 Numerous bug fixes.
1.1 Store the image to offscreen bitmap so screen update is faster.
1.2 Bug fixes and internal modifications to the code that will allow the control parameter language to be modified easily. Fixed the data fields so that they no longer use the terminator to determine the format of the data. The data field is now strictly defined to be comma, tab or return delimited. Any of these dilimiters now work, not just return as before.
1.3 Improved error checking in data fields. There were times when bad data could hang the machine. These errors are now detected before they do damage.
1.4 Improved data checking in all fields. Parse errors is now returned in it with data indicating where the error occured. This makes it easier to go back and find the place where the parameter or data field has problems.